Item Property (ObjectCollectionT<T>)
In This Topic
Returns the item at the specified index
Syntax
'Declaration
Public Overridable ReadOnly Default Property Item( _
ByVal As Integer _
) As
public virtual this[
int
]; {get;}
public:
virtual property default [int] {
get(int );
}
Parameters
- index
- Index of the item to return
See Also